* holidays.el: Eval calendar-holidays; don't just use its value.
authorJim Blandy <jimb@redhat.com>
Mon, 14 Jun 1993 15:24:24 +0000 (15:24 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 14 Jun 1993 15:24:24 +0000 (15:24 +0000)
lisp/calendar/holidays.el

index 00d96531a645d8e6ecb179c69cde3faff4424d50..c3986052b49fda4b606b9ca4a86c65e80418b509 100644 (file)
@@ -172,7 +172,7 @@ holidays are found, nil if not."
 (defun calendar-holiday-list ()
   "Form the list of holidays that occur on dates in the calendar window.
 The holidays are those in the list calendar-holidays."
-  (let ((p calendar-holidays)
+  (let ((p (eval calendar-holidays))
         (holiday-list))
     (while p
       (let* ((function-name